github.com/jackc/pgx/v5.Conn.sendBatchExtendedWithDescription (method)

4 uses

	github.com/jackc/pgx/v5 (current package)
		conn.go#L1101: 	return c.sendBatchExtendedWithDescription(ctx, b, distinctNewQueries, c.statementCache)
		conn.go#L1132: 	return c.sendBatchExtendedWithDescription(ctx, b, distinctNewQueries, c.descriptionCache)
		conn.go#L1154: 	return c.sendBatchExtendedWithDescription(ctx, b, distinctNewQueries, nil)
		conn.go#L1157: func (c *Conn) sendBatchExtendedWithDescription(ctx context.Context, b *Batch, distinctNewQueries []*pgconn.StatementDescription, sdCache stmtcache.Cache) (pbr *pipelineBatchResults) {